Skip to content

build(deps): bump the all-dependencies group across 1 directory with 8 updates#111

Merged
winromulus merged 1 commit into
mainfrom
dependabot/nuget/all-dependencies-b6f43af53a
May 7, 2025
Merged

build(deps): bump the all-dependencies group across 1 directory with 8 updates#111
winromulus merged 1 commit into
mainfrom
dependabot/nuget/all-dependencies-b6f43af53a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 7, 2025

Bumps the all-dependencies group with 8 updates in the / directory:

Package From To
Azure.Data.Tables 12.10.0 12.11.0
FluentValidation 11.11.0 12.0.0
FluentValidation.DependencyInjectionExtensions 11.11.0 12.0.0
OpenTelemetry.Instrumentation.AspNetCore 1.11.1 1.12.0
OpenTelemetry.Instrumentation.Http 1.11.1 1.12.0
OpenTelemetry.Instrumentation.Runtime 1.11.1 1.12.0
StackExchange.Redis 2.8.31 2.8.37
xunit.runner.visualstudio 3.0.2 3.1.0

Updates Azure.Data.Tables from 12.10.0 to 12.11.0

Release notes

Sourced from Azure.Data.Tables's releases.

Azure.Data.Tables_12.11.0

12.11.0 (2025-05-06)

Features Added

  • Added support for specifying the token credential's Microsoft Entra audience when creating a client.
Commits

Updates FluentValidation from 11.11.0 to 12.0.0

Release notes

Sourced from FluentValidation's releases.

12.0.0

Release notes

Please read the upgrade guide if you are moving from 11.x to 12.x

Changes in 12.0.0

  • Drops support for netstandard2.0, netstandard2.1, .net 5, .net 6 and .net 7. Minimum supported platform is now .net 8.
  • Add support for dependent rules for custom rules (#2170)
  • Removes deprecated DI extensions
  • Removes deprecated transform methods (#2027)
  • Remove the ability to disable the root-model null check (#2069)
  • Use Zomp.SyncMethodGenerator to clean up internal sync/async code paths and increase performance (#2136)
  • Add Serbian (Cyrillic) language; rename existing Serbian to Serbian (Latin) (#2283)

Downloads

Binaries can be downloaded from nuget:

Changelog

Sourced from FluentValidation's changelog.

12.0.0 - 5 May 2025 Drops support for netstandard2.0, netstandard2.1, .net 5, .net 6 and .net 7. Minimum supported platform is now .net 6. Add support for dependent rules for custom rules (#2170) Removes deprecated DI extensions Removes deprecated transform methods (#2027) Remove the ability to disable the root-model null check (#2069) Use Zomp.SyncMethodGenerator to clean up internal sync/async code paths (#2136) Add Serbian (Cyrillic) language; rename existing Serbian to Serbian (Latin) (#2283)

Commits
  • 5365d92 Prepare for 12.0 release
  • 52c7531 Update docs
  • 469a5b7 Update docs for auto-registration recommendation
  • fd4028c Use discard for unused lambda arguments (#2302)
  • 49c0da4 Update copyright
  • 53b565e Update docs
  • e88796a Rename ScalePrecisionValidatorTests -> PrecisionScaleValidatorTests
  • c715c03 Revert change to ScalePrecisionValidatorTests
  • f0d51d2 Use decimal scale to simplify PrecisionScaleValidator (#2295)
  • 52e2147 Align Func arguments of comparable rules (#2297)
  • Additional commits viewable in compare view

Updates FluentValidation.DependencyInjectionExtensions from 11.11.0 to 12.0.0

Release notes

Sourced from FluentValidation.DependencyInjectionExtensions's releases.

12.0.0

Release notes

Please read the upgrade guide if you are moving from 11.x to 12.x

Changes in 12.0.0

  • Drops support for netstandard2.0, netstandard2.1, .net 5, .net 6 and .net 7. Minimum supported platform is now .net 8.
  • Add support for dependent rules for custom rules (#2170)
  • Removes deprecated DI extensions
  • Removes deprecated transform methods (#2027)
  • Remove the ability to disable the root-model null check (#2069)
  • Use Zomp.SyncMethodGenerator to clean up internal sync/async code paths and increase performance (#2136)
  • Add Serbian (Cyrillic) language; rename existing Serbian to Serbian (Latin) (#2283)

Downloads

Binaries can be downloaded from nuget:

Changelog

Sourced from FluentValidation.DependencyInjectionExtensions's changelog.

12.0.0 - 5 May 2025 Drops support for netstandard2.0, netstandard2.1, .net 5, .net 6 and .net 7. Minimum supported platform is now .net 6. Add support for dependent rules for custom rules (#2170) Removes deprecated DI extensions Removes deprecated transform methods (#2027) Remove the ability to disable the root-model null check (#2069) Use Zomp.SyncMethodGenerator to clean up internal sync/async code paths (#2136) Add Serbian (Cyrillic) language; rename existing Serbian to Serbian (Latin) (#2283)

Commits
  • 5365d92 Prepare for 12.0 release
  • 52c7531 Update docs
  • 469a5b7 Update docs for auto-registration recommendation
  • fd4028c Use discard for unused lambda arguments (#2302)
  • 49c0da4 Update copyright
  • 53b565e Update docs
  • e88796a Rename ScalePrecisionValidatorTests -> PrecisionScaleValidatorTests
  • c715c03 Revert change to ScalePrecisionValidatorTests
  • f0d51d2 Use decimal scale to simplify PrecisionScaleValidator (#2295)
  • 52e2147 Align Func arguments of comparable rules (#2297)
  • Additional commits viewable in compare view

Updates OpenTelemetry.Instrumentation.AspNetCore from 1.11.1 to 1.12.0

Release notes

Sourced from OpenTelemetry.Instrumentation.AspNetCore's releases.

Exporter.Geneva-1.12.0

Instrumentation.SqlClient-1.12.0-beta.1

  • NuGet: OpenTelemetry.Instrumentation.SqlClient v1.12.0-beta.1

    • Fix issue where IPv6 addresses were improperly parsed from the the connection's DataSource when used to populate the server.address attribute. (#2674)

    • Updates have been made to adhere to recent changes in the new semantic conventions. These affect you if you have opted in to the new conventions. When CommandType is StoredProcedure, the db.stored_procedure.name has been added and the db.query.text, db.operation.name, and db.collection.name attributes have been removed. (#2693)

    • Updated OpenTelemetry core component version(s) to 1.12.0. (#2725)

    • Fixes an issue that throws IndexOutOfRangeException in SqlProcessor when the SQL statement ends with the beginning of a keyword such as UPDATE. (#2674)

    See CHANGELOG for details.

Resources.ProcessRuntime-1.12.0-beta.1

Resources.Process-1.12.0-beta.1

Resources.OperatingSystem-1.12.0-beta.1

... (truncated)

Commits
  • 9e8ae56 [release] Prepare release Exporter.Geneva-1.12.0 (#2784)
  • 9883cf0 [SemanticConvention] Bump to 1.33.0 (#2782)
  • c364738 [docs] typo fixes (#2765)
  • dd3d5b8 [release] Prepare release Instrumentation.SqlClient-1.12.0-beta.1 (#2781)
  • d33e443 [SqlClient] fix IndexOutOfRangeException in SqlProcessor (#2750)
  • c39d3f0 [release] Prepare release Resources.ProcessRuntime-1.12.0-beta.1 (#2779)
  • c21fb4c [release] Prepare release Resources.Process-1.12.0-beta.1 (#2777)
  • ba13ab6 [release] Prepare release Resources.OperatingSystem-1.12.0-beta.1 (#2775)
  • 7fb55b8 [release] Prepare release Resources.Host-1.12.0-beta.1 (#2771)
  • be1a8ed [release] Prepare release Resources.Container-1.12.0-beta.1 (#2769)
  • Additional commits viewable in compare view

Updates OpenTelemetry.Instrumentation.Http from 1.11.1 to 1.12.0

Release notes

Sourced from OpenTelemetry.Instrumentation.Http's releases.

Exporter.Geneva-1.12.0

Instrumentation.SqlClient-1.12.0-beta.1

  • NuGet: OpenTelemetry.Instrumentation.SqlClient v1.12.0-beta.1

    • Fix issue where IPv6 addresses were improperly parsed from the the connection's DataSource when used to populate the server.address attribute. (#2674)

    • Updates have been made to adhere to recent changes in the new semantic conventions. These affect you if you have opted in to the new conventions. When CommandType is StoredProcedure, the db.stored_procedure.name has been added and the db.query.text, db.operation.name, and db.collection.name attributes have been removed. (#2693)

    • Updated OpenTelemetry core component version(s) to 1.12.0. (#2725)

    • Fixes an issue that throws IndexOutOfRangeException in SqlProcessor when the SQL statement ends with the beginning of a keyword such as UPDATE. (#2674)

    See CHANGELOG for details.

Resources.ProcessRuntime-1.12.0-beta.1

Resources.Process-1.12.0-beta.1

Resources.OperatingSystem-1.12.0-beta.1

... (truncated)

Commits
  • 9e8ae56 [release] Prepare release Exporter.Geneva-1.12.0 (#2784)
  • 9883cf0 [SemanticConvention] Bump to 1.33.0 (#2782)
  • c364738 [docs] typo fixes (#2765)
  • dd3d5b8 [release] Prepare release Instrumentation.SqlClient-1.12.0-beta.1 (#2781)
  • d33e443 [SqlClient] fix IndexOutOfRangeException in SqlProcessor (#2750)
  • c39d3f0 [release] Prepare release Resources.ProcessRuntime-1.12.0-beta.1 (#2779)
  • c21fb4c [release] Prepare release Resources.Process-1.12.0-beta.1 (#2777)
  • ba13ab6 [release] Prepare release Resources.OperatingSystem-1.12.0-beta.1 (#2775)
  • 7fb55b8 [release] Prepare release Resources.Host-1.12.0-beta.1 (#2771)
  • be1a8ed [release] Prepare release Resources.Container-1.12.0-beta.1 (#2769)
  • Additional commits viewable in compare view

Updates OpenTelemetry.Instrumentation.Runtime from 1.11.1 to 1.12.0

Release notes

Sourced from OpenTelemetry.Instrumentation.Runtime's releases.

Exporter.Geneva-1.12.0

Instrumentation.SqlClient-1.12.0-beta.1

  • NuGet: OpenTelemetry.Instrumentation.SqlClient v1.12.0-beta.1

    • Fix issue where IPv6 addresses were improperly parsed from the the connection's DataSource when used to populate the server.address attribute. (#2674)

    • Updates have been made to adhere to recent changes in the new semantic conventions. These affect you if you have opted in to the new conventions. When CommandType is StoredProcedure, the db.stored_procedure.name has been added and the db.query.text, db.operation.name, and db.collection.name attributes have been removed. (#2693)

    • Updated OpenTelemetry core component version(s) to 1.12.0. (#2725)

    • Fixes an issue that throws IndexOutOfRangeException in SqlProcessor when the SQL statement ends with the beginning of a keyword such as UPDATE. (#2674)

    See CHANGELOG for details.

Resources.ProcessRuntime-1.12.0-beta.1

Resources.Process-1.12.0-beta.1

Resources.OperatingSystem-1.12.0-beta.1

... (truncated)

Commits
  • 9e8ae56 [release] Prepare release Exporter.Geneva-1.12.0 (#2784)
  • 9883cf0 [SemanticConvention] Bump to 1.33.0 (#2782)
  • c364738 [docs] typo fixes (#2765)
  • dd3d5b8 [release] Prepare release Instrumentation.SqlClient-1.12.0-beta.1 (#2781)
  • d33e443 [SqlClient] fix IndexOutOfRangeException in SqlProcessor (#2750)
  • c39d3f0 [release] Prepare release Resources.ProcessRuntime-1.12.0-beta.1 (#2779)
  • c21fb4c [release] Prepare release Resources.Process-1.12.0-beta.1 (#2777)
  • ba13ab6 [release] Prepare release Resources.OperatingSystem-1.12.0-beta.1 (#2775)
  • 7fb55b8 [release] Prepare release Resources.Host-1.12.0-beta.1 (#2771)
  • be1a8ed [release] Prepare release Resources.Container-1.12.0-beta.1 (#2769)
  • Additional commits viewable in compare view

Updates StackExchange.Redis from 2.8.31 to 2.8.37

Release notes

Sourced from StackExchange.Redis's releases.

2.8.37

What's Changed

  • Add ConfigurationOptions.SetUserPemCertificate(...) and ConfigurationOptions.SetUserPfxCertificate(...) methods to simplify using client certificates (#2873 by @​mgravell)
  • Add logging for when a Multiplexer reconfigures (#2864 by @​st-dev-gh)
  • Fix: Move AuthenticateAsClient to fully async after dropping older framework support, to help client thread starvation in cases TLS negotiation stalls server-side (#2878 by @​NickCraver)

New Contributors

Full Changelog: StackExchange/StackExchange.Redis@2.8.31...2.8.37

Changelog

Sourced from StackExchange.Redis's changelog.

2.8.37

  • Add ConfigurationOptions.SetUserPemCertificate(...) and ConfigurationOptions.SetUserPfxCertificate(...) methods to simplify using client certificates (#2873 by mgravell)
  • Add logging for when a Multiplexer reconfigures (#2864 by st-dev-gh)
  • Fix: Move AuthenticateAsClient to fully async after dropping older framework support, to help client thread starvation in cases TLS negotiation stalls server-side (#2878 by NickCraver)
Commits

Updates xunit.runner.visualstudio from 3.0.2 to 3.1.0

Commits
  • 00ab0a9 v3.1.0
  • fac4d85 Skip tests during discovery that have duplicate unique IDs, since they won't ...
  • 2a4863b Move potentially throwing app domain cleanup code inside of try/catch
  • dcc4678 Filter out duplicate test warnings caused by Test Explorer passing duplicates...
  • 3ae7409 Send warning message when disabling long running test detection and test time...
  • a05e9cb Latest dependencies (and bump to net8.0 due to xunit.v3.runner.utility 2.x ne...
  • 6c5b6a1 Use -tl:off for Test targets
  • 428a422 Bump up to 3.1.0 due to new .NET 8 requirement
  • 385eb55 Update build commands to ensure minimum .NET SDK is 9
  • e2c61c2 xunit/xunit#3075: Attempt to resolve dictionary throwing for duplicate key
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…8 updates

Bumps the all-dependencies group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [Azure.Data.Tables](https://github.com/Azure/azure-sdk-for-net) | `12.10.0` | `12.11.0` |
| [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) | `11.11.0` | `12.0.0` |
| [FluentValidation.DependencyInjectionExtensions](https://github.com/JeremySkinner/fluentvalidation) | `11.11.0` | `12.0.0` |
| [OpenTelemetry.Instrumentation.AspNetCore](https://github.com/open-telemetry/opentelemetry-dotnet-contrib) | `1.11.1` | `1.12.0` |
| [OpenTelemetry.Instrumentation.Http](https://github.com/open-telemetry/opentelemetry-dotnet-contrib) | `1.11.1` | `1.12.0` |
| [OpenTelemetry.Instrumentation.Runtime](https://github.com/open-telemetry/opentelemetry-dotnet-contrib) | `1.11.1` | `1.12.0` |
| [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) | `2.8.31` | `2.8.37` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `3.0.2` | `3.1.0` |



Updates `Azure.Data.Tables` from 12.10.0 to 12.11.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Data.Tables_12.10.0...Azure.Data.Tables_12.11.0)

Updates `FluentValidation` from 11.11.0 to 12.0.0
- [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases)
- [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt)
- [Commits](FluentValidation/FluentValidation@11.11.0...12.0.0)

Updates `FluentValidation.DependencyInjectionExtensions` from 11.11.0 to 12.0.0
- [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases)
- [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt)
- [Commits](FluentValidation/FluentValidation@11.11.0...12.0.0)

Updates `OpenTelemetry.Instrumentation.AspNetCore` from 1.11.1 to 1.12.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases)
- [Commits](open-telemetry/opentelemetry-dotnet-contrib@Resources.AWS-1.11.1...Exporter.Geneva-1.12.0)

Updates `OpenTelemetry.Instrumentation.Http` from 1.11.1 to 1.12.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases)
- [Commits](open-telemetry/opentelemetry-dotnet-contrib@Resources.AWS-1.11.1...Exporter.Geneva-1.12.0)

Updates `OpenTelemetry.Instrumentation.Runtime` from 1.11.1 to 1.12.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases)
- [Commits](open-telemetry/opentelemetry-dotnet-contrib@Resources.AWS-1.11.1...Exporter.Geneva-1.12.0)

Updates `StackExchange.Redis` from 2.8.31 to 2.8.37
- [Release notes](https://github.com/StackExchange/StackExchange.Redis/releases)
- [Changelog](https://github.com/StackExchange/StackExchange.Redis/blob/main/docs/ReleaseNotes.md)
- [Commits](StackExchange/StackExchange.Redis@2.8.31...2.8.37)

Updates `xunit.runner.visualstudio` from 3.0.2 to 3.1.0
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@3.0.2...3.1.0)

---
updated-dependencies:
- dependency-name: Azure.Data.Tables
  dependency-version: 12.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: FluentValidation
  dependency-version: 12.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: FluentValidation.DependencyInjectionExtensions
  dependency-version: 12.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: OpenTelemetry.Instrumentation.AspNetCore
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: OpenTelemetry.Instrumentation.Http
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: OpenTelemetry.Instrumentation.Runtime
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: StackExchange.Redis
  dependency-version: 2.8.37
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@winromulus winromulus enabled auto-merge (squash) May 7, 2025 10:02
@winromulus winromulus merged commit 6c06298 into main May 7, 2025
3 checks passed
@winromulus winromulus deleted the dependabot/nuget/all-dependencies-b6f43af53a branch May 7, 2025 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant